Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nested prank error message #428

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Fix nested prank error message #428

merged 2 commits into from
Dec 12, 2024

Conversation

karmacoma-eth
Copy link
Collaborator

In setUp():

WARNING  in setUp(), executing CALL failed with: can not call vm.startPrank(address) with an active prank                                                                                                                                                                                                               
         (see https://github.com/a16z/halmos/wiki/warnings#internal-error)                                                                                                                                                                                                                                              
ERROR    setUp() failed: HalmosException: No successful path found in setUp()         

In a test:

[ERROR] test_nestedPrank() (paths: 1, time: 0.01s (paths: 0.01s, models: 0.00s), bounds: [])
WARNING  Encountered can not call vm.startPrank(address) with an active prank                                                                                                                                                                                                                                           
         (see https://github.com/a16z/halmos/wiki/warnings#internal-error)                                                                                                                                                                                                                                              

@daejunpark daejunpark merged commit f4f3185 into main Dec 12, 2024
45 checks passed
@daejunpark daejunpark deleted the fix-nested-prank-error branch December 12, 2024 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants